.headerPanel {
  position: absolute;
  left: 0;
  top: 50px;
  width: 518px;
  background: #ffffff;
  box-shadow: 0px 4px 11px 0px rgba(148, 153, 159, 0.28);
  border-radius: 2px;
}
.headerPanel .closeIcon {
  overflow: hidden;
  cursor: pointer;
}
.headerPanel .closeIcon img {
  float: right;
  width: 23px;
  height: 23px;
  margin: 15px 15px 15px 0;
}
.headerPanel .main-wrap {
  padding: 0 30px;
}
.headerPanel .search-row {
  display: flex;
  height: 43px;
}
.headerPanel .input-wrap {
  flex: 1;
}
.headerPanel .website-icon {
  width: 43px;
  height: 43px;
  margin-right: 30px;
}
.headerPanel .el-input--suffix .el-input__inner {
  background: #f5f7fd;
  border-radius: 2px;
  border: 1px solid #f5f7fd;
}
.headerPanel .el-input__suffix {
  padding-top: 8px;
  cursor: pointer;
}
.headerPanel .line {
  width: 458px;
  height: 1px;
  border: 1px solid #ededed;
  margin: 23px 0;
}
.headerPanel .tab-wrap {
  display: flex;
  flex-direction: column;
}
.headerPanel .columName {
  font-size: 17px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 26px;
}
.headerPanel .bottomWrap {
  display: flex;
  padding-bottom: 30px;
}
.headerPanel .bottomIcon {
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
.headerPanel .link-con {
  max-height: 728px;
  overflow-y: auto;
  overflow-x: hidden;
}
